@font-face {
    font-family: 'OPENSANS';
    src: url('../fonts/opensans-regular_0.ttf');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "OPENSANS", "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜", arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: .75em;
    overflow-x: hidden;
    background: #fff;
}

input,
select,
option,
textarea {
    border: none;
    outline: none;
}

img {
    border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
    outline: 0;
}

ul li {
    margin: 0;
}

ul,
li {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
}

.none {
    display: none;
}

.block {
    display: block;
}

.w {
    width: 1260px;
    margin: 0 auto;
}

@-webkit-keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1
}

@-webkit-keyframes fadeIndown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIndown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeIndown {
    -webkit-animation-name: fadeIndown;
    animation-name: fadeIndown
}

.fadeInleft {
    -webkit-animation-name: fadeInleft;
    animation-name: fadeInleft
}

@-webkit-keyframes fadeInleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInleft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInright {
    -webkit-animation-name: fadeInright;
    animation-name: fadeInright
}

@-webkit-keyframes fadeInright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInright {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}


/**********************
 * *********
 * *****header****
 * ********
 * *********************/

.tophead {
    height: 40px;
    line-height: 40px;
    background: #edf1f7;
    color: #999999;
    font-size: 13px;
    padding-left: 4%;
}

.h_tel {
    padding-left: 28px;
    background: url(../images/h_tel.jpg) no-repeat left center;
    color: #4b5e6f;
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}

.h_words {
    margin-right: 20px;
    padding-left: 15px;
    background: url(../images/h_xian.png) no-repeat left center;
}

.h_words a {
    color: #999999;
    font-size: 13px;
    margin: 0 3px;
}

.h_words a:hover {
    color: #3065d9;
}

.h_search {
    width: 155px;
    height: 40px;
    line-height: 40px;
    background: url(../images/search_bg.jpg) repeat-y center;
    background-size: 100% auto;
    position: relative;
    transition: all 0.3s;
}

.h_search .head_search1 {
    height: 40px;
    width: 155px;
    background: url(../images/search.png) no-repeat 55px center;
    cursor: pointer;
    position: relative;
    z-index: 5;
    text-align: left;
    padding-left: 15px;
    letter-spacing: 2px;
    color: #fff;
    font-size: 14px;
}

.h_search .head_search2 {
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 3;
    background-color: #fff;
    border: 1px solid #2d41b1;
    height: 40px;
    line-height: 40px;
    width: 0px;
    transition: width 500ms;
    -moz-transition: width 500ms;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
}

.h_search:hover .head_search2 {
    width: 170px;
    padding: 0 10px;
}

.header {
    padding: 0 4%;
    height: 86px;
    line-height: 86px;
    transition: all 0.3s;
    background: #fff;
}

.header h1.logo img {
    max-height: 80%;
}

.header img {
    vertical-align: middle;
}

.logo span {
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    margin-left: 18px;
}

.head_text {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    padding-right: 35px;
    margin-right: 35px;
    background: url(../images/h_xian.png) no-repeat right center;
}

.head_text span {
    color: #2b5bc4;
    font-size: 20px;
}

.pc_nav li {
    float: left;
    margin-right: 30px;
}

.pc_nav li a {
    font-size: 16px;
    color: #333333;
}

.pc_nav li.on a,
.pc_nav li a:hover {
    color: #2c5bc5;
}

.head_link li {
    float: left;
    padding: 0 12px;
    background: url(../images/h_xian.png) no-repeat left center;
}

.head_link li:hover {
    opacity: 0.8;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999999999;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 0px 10px #ccc;
}

.header.fixed h1.logo {
    height: 60px;
    line-height: 60px;
}


/*phone_nav*/

.phone_head {
    height: 60px;
    display: none;
    background: #3065d9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999900;
}

.phone_head .logo {
    width: 115px;
    height: 55px;
    line-height: 60px;
}

.phone_head .logo img {
    height: auto;
    width: 100%;
    vertical-align: middle;
}

.phone-head {
    height: 60px;
    line-height: 60px;
}

.phone_head nav {
    margin-left: 0;
    margin-top: 60px;
}

.phone_head .th_login {
    color: #333;
    margin-left: 31%;
    margin-top: 23px;
}

.phone-head .menubtn>span.expand {
    vertical-align: middle;
    display: inline-block;
    height: 40px;
    border: 1px solid #fff;
    background: #3065d9 url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width: 40px;
    border-radius: 3px;
}

.phone-head .mask-close {
    background: #3065d9 none repeat scroll 50% 50% / auto padding-box border-box;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 3%;
    height: 40px;
    line-height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 3px;
}

.maskbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    background: rgba(255, 255, 255, .9);
    z-index: 1000;
    display: none;
}

.phone_nav ul>li {
    background-position: center center;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding: 0px 17px;
    font-size: 1.25em;
}

.phone_nav ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1em;
    color: #323232;
    white-space: nowrap;
}

.phone_nav ul>li ol a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.85em;
    color: #323232;
    white-space: nowrap;
}

.phone_nav ul>li>h3 {
    display: block;
    font-size: 1em;
    color: #323232;
    position: relative;
}

.phone_nav ul>li>h3:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    position: absolute;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li.active>h3:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 1s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li ol {
    display: none;
}


/**********************
 * *********
 * *****footer****
 * ********
 * *********************/

footer {
    padding-top: 45px;
    background: url(../images/foot_bg.jpg) repeat-y center;
}

.footer2 {
    height: 58px;
    line-height: 58px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.f2_txt {
    width: 76%;
    font-size: 14px;
    color: #666666;
}

.f2_contact {
    overflow: hidden;
    width: 24%;
}

.f2_contact a {
    display: block;
    float: left;
    width: 50%;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
}

.f2_contact a:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.f2_contact a img {
    vertical-align: middle;
    margin-right: 10px;
}

.f2_contact a:hover {
    opacity: 0.8;
}

.f_nav {
    width: 76%;
    overflow: hidden;
}

.f_ma {
    text-align: center;
    width: 24%;
    padding-bottom: 20px;
}

.fma_main p {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-top: 10px;
}

.fma_main p span {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.f_logo {
    margin-bottom: 15px;
}

.f_nav dl {
    background: url(../images/f_bg.jpg) no-repeat right top;
    padding-right: 25px;
    min-height: 195px;
    float: left;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px;
}

.f_nav dl:nth-child(1) {
    width: 18%;
}

.f_nav dl:nth-child(2),
.f_nav dl:nth-child(3),
.f_nav dl:nth-child(4) {
    width: 15%;
}

.f_nav dl:nth-child(5) {
    width: 26%;
    background: none;
    padding-right: 0;
}

.f_nav dl dt {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.f_nav dl dd {
    margin-bottom: 10px;
}

.f_nav dl dd a {
    color: #999999;
}

.f_nav dl:nth-child(4) dd {
    margin-bottom: 0px;
}

.f_nav dl dd a:hover {
    color: #fff;
}


/**********************
 * *********
 * *****index****
 * ********
 * *********************/

.in_banner {
    position: relative;
}

.in_banner .bd li {
    height: 700px;
    background: url(../images/banner.jpg) no-repeat center;
    background-size: auto 100% !important;
}

.in_banner .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.in_banner .prev,
.in_banner .next {
    position: absolute;
    top: 40%;
    display: block;
    width: 58px;
    height: 58px;
    cursor: pointer;
    z-index: 10;
}

.in_banner .prev {
    left: 2%;
    background: url(../images/banl.png) no-repeat center;
}

.in_banner .next {
    right: 2%;
    background: url(../images/banr.png) no-repeat center;
}

.in6_section {
    padding: 35px 0 20px;
    font-size: 14px;
    color: #999999;
}

.in6_tit img {
    display: block;
    margin-bottom: 20px;
}

.in6_sec a {
    font-size: 14px;
    color: #999999;
    margin: 0 6px;
}

.in6_sec a:hover {
    color: #2d40b0;
}

.in5_section {
    padding: 50px 0 60px;
    background: #edf1f7;
}

.in5_sec {
    position: relative;
    padding-top: 25px;
}

.in5_main {
    margin: 10px;
}

.in5_m {
    font-size: 18px;
    color: #333333;
    text-align: center;
    background: #fff;
    padding: 30px 2px;
}

.in5_img {
    overflow: hidden;
}

.in5_img img {
    display: block;
    width: 100%;
    height: 220px;
    transition: all 0.5s;
}

.in5_main:hover .in5_img img {
    transform: scale(1.1);
}

.in5_main:hover {
    box-shadow: 0px 0px 10px #ccc;
}

.in5_main:hover .in5_m {
    color: #2d40b0;
}

.in5_sec .owl-prev,
.in5_sec .owl-next {
    position: absolute;
    top: 40%;
    width: 44px;
    height: 44px;
    background-size: 100% 100% !important;
    cursor: pointer;
    text-indent: -999px;
}

.in5_sec .owl-next {
    left: -44px;
    background: url(../images/in5l.png) no-repeat center;
}

.in5_sec .owl-prev {
    right: -44px;
    background: url(../images/in5r.png) no-repeat center;
}

.in_title {
    text-align: center;
}

.in_title h2 {
    color: #2d40b0;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.in_title h4 {
    color: #666666;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.in_title h6 {
    color: #999999;
    font-size: 13px;
    line-height: 13px;
}

.in4_section {
    padding: 60px 0;
    background: #fff;
}

.in4_sec {
    height: 470px;
    padding-top: 35px;
    position: relative;
}

.in4_sec::after {
    content: "";
    display: block;
    width: 385px;
    height: 140px;
    position: absolute;
    top: -170px;
    right: -3%;
    z-index: 7;
    background: url(../images/xian2.png) no-repeat center;
}

.in4_sec::before {
    content: "";
    display: block;
    width: 385px;
    height: 140px;
    position: absolute;
    bottom: -140px;
    left: -3%;
    z-index: 7;
    background: url(../images/xian2.png) no-repeat center;
}

.in4_sec .bd li {
    overflow: hidden;
}

.in4_img {
    width: 48%;
    overflow: hidden;
    position: relative;
}

.in4_img>a>img {
    display: block;
 /*    width: 40.25%; */
    height: auto;
    transition: all 0.5s;
}

.in4_img:hover>a>img {
    transform: scale(1.1);
}

.in4_img p {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    padding: 30px 25px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.in4_img p img {
    float: right;
    transition: all 0.5s;
}

.in4_img:hover p img {
    transform: translateX(5px);
}

.in4_main .in4_m {
    border: 1px solid #e4e8ef;
    background: #eef1f6;
    /*margin-bottom:12px;
	padding:12px 20px;*/
    margin-bottom: 16.5px;
    padding: 16px 20px;
    transition: all 0.3s;
}

.in4_main .in4_m p {
    font-size: 13px;
    line-height: 13px;
    color: #999999;
    margin-bottom: 8px;
}

.in4_main .in4_m h4 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}

.in4_main {
    width: 48%;
}

.in4_main .in4_m:hover {
    background: #3065d8;
}

.in4_main .in4_m:hover p,
.in4_main .in4_m:hover h4 {
    color: #fff;
}

.in4_sec .hd {
    padding-top: 40px;
    text-align: center;
}

.in4_sec .hd li {
    display: inline-block;
    border: 1px solid #e4e8ef;
    margin-left: -4px;
    width: 148px;
    line-height: 38px;
    cursor: pointer;
    color: #666666;
    font-size: 12px;
}

.in4_sec .hd li.on {
    background: #2d40b0;
    color: #fff;
}

.in3_section {
    position: relative
}

.in3_section::before {
    content: "";
    display: block;
    width: 385px;
    height: 140px;
    position: absolute;
    top: -75px;
    left: 7%;
    z-index: 7;
    background: url(../images/xian2.png) no-repeat center;
}

.in3_sec1 {
    width: 50%;
    text-align: left;
    position: relative;
    height: 660px;
    background: url(../images/in3_bg.jpg) no-repeat right center;
    background-size: auto 100%;
}

.in3_sec2 {
    width: 50%;
    position: relative;
    height: 660px;
    background: url(../images/in31.jpg) no-repeat left center;
    background-size: auto 100%;
}

.in31_sec {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 125px 8% 120px 16%;
}

.in3_sec1 .in_title {
    text-align: left;
}

.in31_main {
    font-size: 14px;
    color: #666666;
    padding-top: 25px;
    line-height: 24px;
}

.in31_sec .hd {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

.in31_sec .hd li {
    display: inline-block;
    border-right: 1px solid #e4e8ef;
    margin-left: -3px;
    width: 148px;
    line-height: 38px;
    cursor: pointer;
    color: #666666;
    background: #fff;
    font-size: 12px;
}

.in31_sec .hd li.on {
    background: #2d40b0;
    color: #fff;
}

.in2_section {
    padding: 50px 0 70px;
    background: #fff;
}

.in2_sec {
    padding-top: 60px;
    position: relative;
}

.in2_sec::after {
    content: "";
    display: block;
    width: 307px;
    height: 192px;
    position: absolute;
    top: -200px;
    right: -6%;
    z-index: 7;
    background: url(../images/xian1.png) no-repeat center;
}

.in2_sec li {
    float: left;
    width: 33.33%;
    height: 325px;
    background: url(../images/in2_bg2.png) no-repeat right center;
    background-size: auto 100%;
    text-align: center;
    padding: 0 4%;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.in2_sec li:nth-child(3) {
    background: none;
}

.in2_img {
    height: 140px;
    line-height: 140px;
}

.in2_img img {
    vertical-align: middle;
    transition: all 0.3s;
}

.in2_sec li:hover .in2_img img {
    transform: translateY(10px);
}

.in2_sec li h3 {
    margin: 15px 0 20px;
    color: #333333;
    font-size: 25px;
    line-height: 25px;
}

.in1_section {
    padding: 10px 0 35px;
    background: #eef1f8;
}

.in1_sec .in_title {
    margin: 40px 0 25px;
}

.in1_sec .parHd li {
    width: 33.33%;
    float: left;
    transition: all 0.2s;
    cursor: pointer;
}

.in11_img {
    overflow: hidden;
}

.in11_img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.in1_sec .parHd li:hover .in11_img img {
    transform: scale(1.1);
}

.in11_main {
    height: 145px;
    background: #fff;
    /*padding:30px 40px;*/
    padding: 30px;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.in1_sec .parHd li:nth-child(odd) .in11_main {
    background: #fbfbfc;
}

.in11_main h3 {
    color: #3065d8;
    /*font-size:25px;
	line-height:25px;
	margin-bottom:20px;*/
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 20px;
}

.in1_sec .parHd li.on .in11_main {
    color: #fff;
    background: #3065d8;
}

.in1_sec .parHd li.on .in11_main h3 {
    color: #fff;
}

.in1_sec .slideBox {
    overflow: hidden;
}

.in1_sec .slideBox .bd li {
    float: left;
    margin-right: 20px;
    width: 300px !important;
}

.in12_img {
    overflow: hidden;
}

.in12_img img {
    display: block;
    width: 100%;
    height: 300px;
    transition: all 0.5s;
}

.in1_sec .slideBox .bd li:hover .in12_img img {
    transform: scale(1.1);
}

.in12_main {
    padding: 40px 10px;
    box-sizing: border-box;
    background: #fff url(../images/in1_bg.jpg) repeat-x center top;
    text-align: center;
}

.in12_main h3 {
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}

.in1_sec .slideBox .bd li:hover .in12_main h3 {
    color: #3065d8;
}

.in12_m {
    height: 75px;
    color: #999999;
    font-size: 15px;
    line-height: 30px;
}

.in12_main h5 {
    background: url(../images/in_go1.png) no-repeat 32% center;
    font-size: 12px;
    font-weight: bold;
    color: #5d5d5d;
}

.in1_sec .slideBox .hd {
    text-align: center;
    margin-top: 30px;
}

.in1_sec .slideBox .hd li {
    display: inline-block;
    width: 6px;
    height: 6px;
    overflow: hidden;
    background: #c9d1de;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 7px;
    text-indent: -9999px;
    transition: all 0.3s;
}

.in1_sec .slideBox .hd li.on {
    width: 30px;
    background: #3065d8;
}


/**********************
 * *********
 * *****about****
 * ********
 * *********************/

.ny_banner {
    height: 418px;
    background-size: auto 100% !important;
}

.ab_banner {
    background: url(../images/ab_banner.jpg) no-repeat center;
}

.ny_top {
    border-bottom: 1px solid #e3e3e3;
}

.top_main {
    height: 50px;
    line-height: 50px;
}

.add_img {
    width: 50px;
    height: 50px;
    background: url(../images/ny_add.jpg) no-repeat center;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.add_main {
    height: 50px;
    line-height: 50px;
    color: #666666;
    font-size: 16px;
}

.add_main a {
    margin: 0 10px;
    color: #666666;
    font-size: 16px;
}

.add_main a:hover {
    color: #3065d8;
}

.ny_nav a {
    display: block;
    float: left;
    position: relative;
    margin-left: 35px;
    color: #999;
    font-size: 16px;
}

.ny_nav a:before {
    display: block;
    content: '';
    position: absolute;
    width: 62px;
    height: 2px;
    bottom: -2px;
    left: 50%;
    margin-left: -31px;
    background: #3b6dda;
    transform: scale(0, 1);
    transition: transform 0.3s cubic-bezier(0.6, 0, 0.3, 1), opacity 0.2s;
}

.ny_nav a.on:before,
.ny_nav a:hover:before {
    transform: scale(1, 1);
}

.ny_nav a.on,
.ny_nav a:hover {
    color: #333333;
    font-weight: bold;
}

.about1_sec1,
.about1_sec2 {
    width: 50%;
    height: 514px;
    position: relative;
    background: #edf1f7;
}

.about1_sec1 {
    background: url(../images/ab1.jpg) no-repeat right center;
    background-size: auto 100%;
}

.about12_sec {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 90px 17% 30px 6%;
}

.about12_tit {
    /* margin-bottom: 40px; */
    font-size: 20px;
    line-height: 20px;
    color: #333333;
}

.about12_tit h3 {
    font-size: 30px;
    line-height: 30px;
    color: #2d40b0;
    margin-bottom: 15px;
    font-weight: bold;
}

.about12_main {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.about2_section {
    position: relative;
}

.about2_section::after {
    content: "";
    display: block;
    width: 307px;
    height: 192px;
    position: absolute;
    top: -100px;
    right: 6%;
    z-index: 7;
    background: url(../images/xian1.png) no-repeat center;
}

.about2_sec1,
.about2_sec2 {
    width: 50%;
    height: 514px;
    position: relative;
    background: #edf1f7;
}

.about2_sec2 {
    background: url(../images/ab2.jpg) no-repeat left center;
    background-size: auto 100%;
}

.about21_sec {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 140px 6% 30px 17%;
}

.about2_tit h3 {
    font-size: 30px;
    line-height: 30px;
    color: #2d40b0;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
}

.about2_tit h3::after {
    content: "";
    display: block;
    width: 220px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.about21_main {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.about3_section {
    padding: 130px 0 160px;
    background: #fff;
}

.about3_sec {
    padding-top: 50px;
    position: relative;
}

.about3_main {
    height: auto;
    background: url(../images/ab34.jpg) repeat-y right center;
    transition: all 0.2s;
    color: #333333;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}

.about3_main::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 14px;
    height: 1px;
    background: url(../images/ab32.jpg) repeat-x center;
}

.about3_mm {
    height: auto;
    max-height: 250px;
    margin: 0 auto;
    writing-mode: vertical-lr;
    /*Ã¤Â»Å½Ã¥Â·Â¦Ã¥Ââ€˜Ã¥ÂÂ³ Ã¤Â»Å½Ã¥ÂÂ³Ã¥Ââ€˜Ã¥Â·Â¦Ã¦ËœÂ¯ writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    position: relative;
}

.about3_m {
    position: relative;
}

.about3_m::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -3px;
    width: 8px;
    height: 8px;
    background: url(../images/ab33.jpg) no-repeat center;
}

.about3_m h3 {
    font-size: 30px;
    line-height: 30px;
    font-family: arial;
    position: relative;
    top: -10px;
    text-align: center;
    margin-bottom: 30px;
}

.about3_main:hover {
    background: #3065d9;
    color: #fff;
    padding-bottom: 40px;
}

.about3_main:hover .about3_m h3 {
    top: 0px;
    padding-top: 50px;
    background: url(../images/ab31.jpg) no-repeat center 10px;
}

.about3_main:hover .about3_m::after,
.about3_main:hover::after {
    display: none;
}

.about3_sec .owl-prev,
.about3_sec .owl-next {
    width: 58px;
    height: 58px;
    background-size: 100% 100% !important;
    position: absolute;
    top: 30%;
    cursor: pointer;
    transition: all 0.2s;
    overflow: hidden;
    text-indent: -999px;
}

.about3_sec .owl-prev {
    left: -8%;
    background: url(../images/ab3l1.jpg) no-repeat center;
}

.about3_sec .owl-next {
    right: -8%;
    background: url(../images/ab3r1.jpg) no-repeat center;
}

.about3_sec .owl-prev:hover {
    background: url(../images/ab3l2.jpg) no-repeat center;
}

.about3_sec .owl-next:hover {
    background: url(../images/ab3r2.jpg) no-repeat center;
}

.about5_section {
    padding: 80px 0;
    background: #edf1f7;
}

.about5_sec {
    padding-top: 35px;
}

.about5_sec img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.about4_section {
    /*padding:60px 0;*/
    padding: 0px 0 60px;
    background: url(../images/ab4_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
    height: 570px;
    box-sizing: border-box;
    position: relative;
    padding-top: 80px;
    z-index: 2;
}

.about4_section::after {
    content: "";
    display: block;
    width: 385px;
    height: 140px;
    position: absolute;
    top: -80px;
    left: 3%;
    z-index: 7;
    background: url(../images/xian2.png) no-repeat center;
}

.about4_sec1 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 36px;
    /*padding-top:80px;*/
}

.ab4_title {
    margin-bottom: 30px;
}

.ab4_title h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.ab4_title p {
    font-size: 13px;
    line-height: 13px;
}

.about4_sec2 {
    padding: 0 4%;
}

.about4_sec2 li {
    float: left;
    width: 48%;
    margin: 0 1%;
    padding: 32px 4% 20px 12%;
    height: 148px;
    font-size: 16px;
    line-height: 24px;
}

.about4_sec2 li:nth-child(1) {
    background: rgba(255, 255, 255, 0.2) url(../images/ab41.png) no-repeat 12% 24px;
}

.about4_sec2 li:nth-child(2) {
    background: rgba(255, 255, 255, 0.2) url(../images/ab42.png) no-repeat 12% 24px;
}

.about4_sec2 li h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}


/**********************
 * *********
 * *****news****
 * ********
 * *********************/

.news_banner {
    background: url(../images/news_banner.jpg) no-repeat center;
}

.news_section {
    padding: 40px 0 60px;
    background: #f0f3f7;
}

.news_sec1 {
    width: 74%;
    padding: 30px 30px 45px;
    background: #fff;
}

.news_sec2 {
    width: 24%;
}

.news1_sec li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.news1_img {
    width: 37%;
    overflow: hidden;
}

.news1_img img {
    transition: all .5s;
    display: block;
    width: 100%;
    height: auto;
}

.news1_sec li:hover .news1_img img {
    transform: scale(1.1);
}

.news1_main {
    width: 60%;
}

.news1_main h3 {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

.news1_main h6 {
    margin-bottom: 18px;
}

.news1_main h6 span {
    color: #999999;
    font-size: 12px;
    line-height: 12px;
    margin-right: 15px;
}

.news1_m {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    min-height: 90px;
}

.news1_main h5 {
    width: 120px;
    line-height: 35px;
    color: #999999;
    font-size: 12px;
    border: 1px solid #e9e9e9;
    text-align: center;
}

.news1_sec li:hover .news1_main h5 {
    color: #fff;
    background: #3065d8;
}

.news1_sec li:hover .news1_main h3 {
    color: #3065d8;
}

.fenye {
    padding-top: 30px;
    text-align: center;
}

.fenye a {
    display: inline-block;
    padding: 0 12px;
    line-height: 30px;
    color: #3065d8;
    font-size: 14px;
    border: 1px solid #3065d8;
    transition: all .2s;
    margin: 0 3px;
}

.fenye a:hover,
.fenye a.on {
    color: #fff;
    background: #3065d8;
}

.news_sec2 h3 {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.news24_sec {
    padding: 20px;
    background: #fff;
}

.news24_sec a {
    display: inline-block;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    font-size: 14px;
    transition: all .2s;
    padding: 0 18px;
    color: #999999;
    margin-right: 2px;
    margin-bottom: 10px;
}

.news24_sec a:hover {
    color: #fff;
    background: #3065d8;
}

.news_sec23 {
    margin-bottom: 10px;
}

.news_sec23 li {
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.news23_img {
    overflow: hidden;
}

.news23_img img {
    transition: all .5s;
    display: block;
    width: 100%;
    height: auto;
}

.news_sec23 li:hover .news23_img img {
    transform: scale(1.1);
}

.news23_main {
    padding: 15px 0 10px;
    color: #666666;
    font-size: 14px;
}

.news_sec23 li:hover .news23_main {
    color: #3065d8;
}

.news_sec21,
.news_sec22 {
    margin-bottom: 30px;
}

.news22_sec {
    padding: 20px;
    background: #fff;
}

.news22_sec li {
    padding: 10px 25px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/news2.jpg) no-repeat left center;
}

.news22_sec li a {
    display: block;
    color: #666666;
    font-size: 14px;
}

.news22_sec li a:hover {
    color: #3065d8;
}

.news_sec21 {
    background: #fff;
    padding: 20px;
}

.news_sec21 h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.news21_sec {
    border: 1px solid #e3e3e3;
    border-radius: 25px;
    height: 50px;
    padding: 0 20px;
    overflow: hidden;
}

.news21_sec input {
    float: left;
    font-size: 14px;
    color: #666;
    height: 50px;
    line-height: 50px;
}

.news21_sec input:nth-child(1) {
    width: 90%;
}

.news21_sec input:nth-child(2) {
    width: 10%;
    cursor: pointer;
    background: url(../images/news1.jpg) no-repeat center;
    background-size: 100% auto;
}


/**********************
 * *********
 * *****newsde****
 * ********
 * *********************/

.newsde_section {
    padding: 40px 0;
    background: #eef1f8;
}

.newsde_sec {
    background: none;
    padding: 0;
}

.newsde_sec1 {
    background: #fff;
}

.newsde_sec2 {
    background: #fff;
    padding: 30px 0 10px;
}

.newsde_sec2 h3 {
    padding: 0 30px 10px;
    border-bottom: 1px solid #e3e3e3;
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
}

.newsde2_main {
    color: #999999;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 0 30px;
}

.newsde2_main a {
    color: #999999;
    font-size: 14px;
    margin-right: 10px;
}

.newsde2_main a:hover {
    color: #3065d8;
}

.newsde2_sec {
    padding: 0 30px;
    margin-bottom: 15px;
}

.newsde2_sec li {
    float: left;
    width: 49%;
    margin-right: 2%;
    padding: 10px 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/news2.jpg) no-repeat left center;
    border-bottom: 1px dashed #e3e3e3;
}

.newsde2_sec li:nth-child(2n) {
    margin-right: 0;
}

.newsde2_sec li a {
    display: block;
    color: #666666;
    font-size: 14px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsde2_sec li a:hover {
    color: #3065d8;
}

.newsde_sec1 {
    padding: 25px 30px 120px;
    background: #fff;
    margin-bottom: 25px;
}

.newsde1_sec img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
    height: auto;
}

.newsde1_sec p {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
    text-indent: 2em;
}

.newsde1_fenye {
    padding-top: 40px;
    overflow: hidden;
}

.newsde1_fenye1,
.newsde1_fenye3 {
    width: 44%;
    height: 60px;
    line-height: 60px;
    background: #f7f7f7;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    transition: all 0.2s;
}

.newsde1_fenye3 {
    text-align: right;
}

.newsde1_fenye2 {
    margin-left: 2%;
    width: 8%;
    height: 60px;
    background: none;
    overflow: hidden;
}

.newsde1_fenye2 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.newsde1_fenye1 span {
    float: left;
    line-height: 60px;
    padding: 0 18px;
    background: #e8e8e8;
    margin-right: 20px;
}

.newsde1_fenye3 span {
    float: right;
    line-height: 60px;
    padding: 0 18px;
    background: #e8e8e8;
    margin-left: 20px;
}

.newsde1_fenye a:hover {
    color: #3065d8;
}

.newsde1_fenye a:hover span {
    color: #fff;
    background: #3065d8;
}

.newsde1_title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e3e3e3;
}

.newsde1_title h2 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 25px;
}

.newsde1_tit1 span {
    margin-right: 25px;
    font-size: 14px;
    color: #999999;
}

.newsde1_share {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}

.newsde1_share>span {
    vertical-align: middle;
}

.newsde1_share a {
    display: block;
    float: left !important;
    width: auto !important;
    height: auto !important;
    text-align: center;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    background-image: none !important;
    /*background-color:#4a98e9;*/
    background-color: none !important;
    border-radius: 100%;
}

.newsde1_share a img {
    vertical-align: middle;
}

.newsde1_share a:hover {
    opacity: 0.8 !important;
}


/**********************
 * *********
 * *****case****
 * ********
 * *********************/

.case_banner {
    background: url(../images/case_banner.jpg) no-repeat center;
}

.case_section {
    padding: 40px 0;
    background: #eef1f8;
}

.case_sec {
    padding: 30px 30px 55px;
    background: #fff;
}

.case_sec li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 22px;
    border: 1px solid #dddddd;
    text-align: center;
    transition: all 0.2s;
}

.case_sec li:nth-child(4n) {
    margin-right: 0;
}

.case_img {
    overflow: hidden;
}

.case_img img {
    transition: all .5s;
    display: block;
    width: 100%;
    height: 290px;
}

.case_sec li:hover .case_img img {
    transform: scale(1.1);
}

.case_m {
    height: 120px;
    color: #333333;
    padding-top: 20px;
}

.case_m h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.case_m h5 {
    width: 104px;
    line-height: 34px;
    border: 1px solid #131313;
    font-size: 16px;
    transition: all 0.2s;
    margin: 0 auto;
}

.case_sec li:hover .case_m {
    color: #3065d8;
}

.case_sec li:hover .case_m h5 {
    background: #3065d8;
    color: #fff;
    border-color: #3065d8;
}

.case_sec li:hover {
    border-color: #3065d8;
}


/**********************
 * *********
 * *****platform****
 * ********
 * *********************/

.plat_banner {
    background: url(../images/plat_banner.jpg) no-repeat center;
}

.plat_section {
    padding: 40px 0;
    background: #eef1f8;
}

.plat_sec {
    padding: 30px 30px 55px;
    background: #fff;
}

.plat1_img {
    width: 46%;
    height: auto;
    border: 1px solid #e3e3e3;
}

.plat1_img img {
    display: block;
    width: 100%;
    height: auto;
}

.plat1_main {
    width: 50%;
}

.plat1_down a {
    display: block;
    padding-top: 45px;
    background: url(../images/plat2.jpg) no-repeat center top;
    color: #3065d8;
    font-size: 14px;
}

.plat1_down a:hover {
    opacity: 0.8;
}

.plat1_title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.plat1_tit {
    color: #333333;
}

.plat1_tit h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.plat1_tit p {
    font-size: 18px;
    line-height: 18px;
}

.plat1_m {
    color: #555555;
    font-size: 16px;
    line-height: 20px;
    min-height: 200px;
}

.plat1_a a {
    display: block;
    width: 230px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #3065d8;
    transition: all 0.2s;
    border-radius: 3px;
    margin-top: 20px;
}

.plat1_a a img {
    vertical-align: middle;
    margin-right: 10px;
}

.plat1_a a:hover {
    opacity: 0.8;
}

.plat1_m p {
    margin-bottom: 12px;
}

.plat_sec1 {
    margin-bottom: 75px;
}

.plat_sec2 .hd {
    margin-bottom: 20px;
}

.plat_sec2 .hd li {
    float: left;
    width: 14%;
    line-height: 65px;
    color: #666666;
    font-size: 16px;
    border-right: 1px solid #fff;
    position: relative;
    transition: all .2s;
    background: #dddddd;
    cursor: pointer;
    text-align: center;
}

.plat_sec2 .hd li::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 16px;
    height: 8px;
    margin-left: -8px;
    background: url(../images/plat4.jpg) no-repeat center;
    display: none;
}

.plat_sec2 .hd li.on {
    color: #fff;
    background: #3065d8;
}

.plat_sec2 .hd li.on::after {
    display: block;
}

.plat_sec2 .bd li img {
    max-width: 100%;
    height: auto;
}


/**********************
 * *********
 * *****contact****
 * ********
 * *********************/

.contact_banner {
    background: url(../images/contact_banner.jpg) no-repeat center;
}

.contact_section {
    padding: 40px 0;
    background: #eef1f8;
}

.contact_sec {
    background: #fff;
}

.contact_sec1 {
    padding: 45px 18%;
}

.cont1_main {
    width: 70%;
    padding-right: 2%;
    background: url(../images/contact2.jpg) no-repeat right center;
    line-height: 36px;
    color: #222222;
    font-size: 16px;
}

.cont1_main h3 {
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cont1_ma {
    width: 30%;
    text-align: center;
    color: #222222;
}

.cont1_ma img {
    display: block;
    margin: 0 auto 18px;
    max-width: 100%;
    height: auto;
}

.cont1_ma h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.cont1_ma p {
    line-height: 14px;
    font-size: 14px;
}

.contact_sec2 {
    height: 360px;
    width: 100%;
}

.contact_sec2 #dituContent {
    height: 100%;
    width: 100%;
}

.contact_sec3 {
    padding: 40px 60px;
}

.contact_sec3 h3 {
    text-align: center;
    line-height: 24px;
    font-size: 24px;
    color: #666666;
    margin-bottom: 40px;
}

.contact_sec3 li {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    line-height: 48px;
    padding: 0 40px 0 60px;
}

.contact_sec3 li:nth-child(2n) {
    margin-right: 0;
}

.contact_sec3 li:nth-child(4) {
    background: url(../images/cont1.jpg) no-repeat 15px center;
}

.contact_sec3 li:nth-child(5) {
    background: url(../images/cont2.jpg) no-repeat 15px center;
}

.contact_sec3 li:nth-child(6) {
    background: url(../images/cont3.jpg) no-repeat 15px center;
}

.contact_sec3 li:nth-child(7) {
    background: url(../images/cont4.jpg) no-repeat 15px center;
}

.contact_sec3 li:nth-child(8) {
    height: 190px;
    width: 100%;
    margin-right: 0;
    background: url(../images/cont5.jpg) no-repeat 15px center;
}

.contact_sec3 li input {
    width: 80%;
    height: 48px;
    line-height: 48px;
    color: #666666;
    font-size: 16px;
    font-family: "OPENSANS";
}

.contact_sec3 li textarea {
    height: 100%;
    width: 80%;
    padding: 13px;
    color: #666666;
    font-size: 16px;
    font-family: "OPENSANS";
}

.contact_sec3 li label {
    width: 20%;
    vertical-align: top;
    color: #666666;
    font-size: 16px;
}


/* .contact_sec3 li:nth-child(6) {
	width: auto;
	margin-right: 0;
	background: url(../images/cont6.jpg) no-repeat 15px center;
} */

.contact_sec3 li:nth-child(6) label {
    width: auto;
}

.contact_sec3 li:nth-child(6) input {
    width: 100px;
}

.contact_sec3 li.btn {
    border: none;
    width: auto;
    padding: 0;
}

.contact_sec3 li.btn img {
    margin-right: 30px;
}

.contact_sec3 li.btn button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #3065d8;
    cursor: pointer;
    transition: all .2s;
    vertical-align: top;
    outline: none;
    border: none;
}

.contact_sec3 li input.tujia {
    width: 200px !important;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #3065d8;
    cursor: pointer;
    transition: all .2s;
    vertical-align: top;
    outline: none;
    border: none;
}

.contact_sec3 li.btn button:hover {
    opacity: 0.8;
}


/*.about1_sec1 p{
	width:14px;
	height:auto;
	font-size:14px;
}
*/


/**********************
 * *********
 * *****products****
 * ********
 * *********************/

.pro_banner {
    background: url(../images/pro_banner.jpg) no-repeat center;
}

.pro_section {
    padding: 40px 0;
    background: #eef1f8;
}

.pro_sec {
    background: #fff;
}

.pro_sec2 {
    width: 74%;
    padding: 30px 30px 70px;
    background: #fff;
}

.pro_sec1 {
    width: 24%;
}

.pro_sec1 h3 {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.fenye.fenye1 a {
    color: #666666;
    border: 1px solid #e3e3e3;
}

.pro_sec1 .news24_sec a:hover,
.pro_sec1 .news24_sec a.on,
.fenye.fenye1 a:hover,
.fenye.fenye1 a.on {
    color: #fff;
    background: #cc2d1f;
}

.pro_sec1 .news22_sec li a:hover {
    color: #cc2d1f;
}

.pro1_sec li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
    text-align: center;
    transition: all 0.2s;
}

.pro1_sec li:nth-child(3n) {
    margin-right: 0;
}

.pro1_sec li:hover .case_img img {
    transform: scale(1.1);
}

.pro1_sec li .case_m {
    height: 135px;
}

.pro1_sec li:hover .case_m {
    color: #cc2d1f;
}

.pro1_sec li:hover .case_m h5 {
    background: #cc2d1f;
    color: #fff;
    border-color: #cc2d1f;
}

.pro1_sec li:hover {
    border-color: #cc2d1f;
}

.pro_nav {
    margin-bottom: 30px;
}

.pro_navtop {
    background: #cc2d1f;
    color: #fff;
    padding: 30px;
    font-size: 14px;
    line-height: 24px;
}

.pro_navtop h3 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
}

.pro_navmain {
    border: 1px solid #e3e3e3;
    border-bottom: none;
}

.pro_navmain li a {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 38px;
    transition: all 0.3s;
    background: #fff url(../images/pro2.png) no-repeat 20px center;
}

.pro_navmain li.on a,
.pro_navmain li a:hover {
    color: #fff;
    padding: 14px 48px;
    background: #cc2d1f url(../images/pro3.png) no-repeat 30px center;
}

.pro1_sec1 {
    margin-bottom: 30px;
}

.pro1_sec1 .owl-nav {
    display: none !important;
}

.pro11_sec {
    padding: 10px;
    background: #fff;
}

.pro1_sec1 .owl-dots {
    margin: 10px 0 10px;
    text-align: center;
}

.pro1_sec1 .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    border-bottom: none;
    background: #fff;
    margin: 0 2px;
}

.pro1_sec1 .owl-dots .owl-dot.active {
    background: #cc2d1f;
}

.pro11_main {
    text-align: center;
    transition: all 0.2s;
}

.pro11_main:hover .case_img img {
    transform: scale(1.1);
}

.pro11_main:hover .case_m h3 {
    color: #cc2d1f;
}

.pro11_main:hover .case_m h5 {
    background: #cc2d1f;
    color: #fff;
    border-color: #cc2d1f;
}


/**********************
 * *********
 * *****productsÃ¨â€œÂÃ¨â€°Â²3064d9****
 * ********
 * *********************/

.problue_section .pro_navtop {
    background: #3064d9;
}

.problue_section .pro_navmain li.on a,
.problue_section .pro_navmain li a:hover {
    background: #3064d9 url(../images/pro3.png) no-repeat 30px center;
}

.problue_section .pro1_sec li:hover .case_m {
    color: #3064d9;
}

.problue_section .pro1_sec li:hover .case_m h5 {
    background: #3064d9;
    border-color: #3064d9;
}

.problue_section .pro1_sec li:hover {
    border-color: #3064d9;
}

.problue_section .pro11_main:hover .case_m h3 {
    color: #3064d9;
}

.problue_section .pro11_main:hover .case_m h5 {
    background: #3064d9;
    border-color: #3064d9;
}

.problue_section .pro1_sec1 .owl-dots .owl-dot.active {
    background: #3064d9;
}

.problue_section .news22_sec li a:hover {
    color: #3064d9;
}

.problue_section .news24_sec a:hover {
    background: #3064d9;
}

.problue_section .pro_sec1 .news24_sec a:hover,
.problue_section .pro_sec1 .news24_sec a.on,
.problue_section .fenye.fenye1 a:hover,
.problue_section .fenye.fenye1 a.on {
    background: #3064d9;
}


/**********************
 * *********
 * *****productsÃ¢â‚¬â€Ã¢â‚¬â€details****
 * ********
 * *********************/

.prode1_img {
    width: 50%;
}

.prode1_main {
    width: 47%;
}

.prode1_main .plat1_m {
    line-height: 30px;
    min-height: 150px;
}

.prode1_main .plat1_a a {
    background: #cc2d1f;
}

.prode1_main .plat1_down a {
    background: url(../images/prode7.jpg) no-repeat center top;
    color: #cc2d1f;
}

.prode1_main .plat1_title {
    margin-bottom: 20px;
    padding-bottom: 20px;
}


/*Ã¨Â¯Â¦Ã¦Æ’â€¦*/

.profr .pro1 {
    margin-bottom: 25px;
    border: 1px solid #ccc;
    padding: 15px 0 40px 15px;
}

.picbox1 {
    width: 100%;
    float: left;
}

.picbox2 {
    width: 51%;
    float: right;
    margin-top: 30px;
}

.pro1-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bigImg {
    height: auto;
    position: relative;
    overflow: hidden;
}

.bigImg li img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100%;
    max-width: 100%;
    border: 1px solid #e3e3e3;
}

.bigImg li {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.bigImg li>a {
    border: none !important;
}

.smallScroll {
    height: 75px;
    margin-top: 15px;
}

.smallImg {
    float: left;
    display: inline;
    width: 367px;
    margin: 0 6px;
    overflow: hidden;
}

.smallImg ul {
    height: 75px;
    width: 9999px;
    overflow: hidden;
}

.smallImg li {
    float: left;
    cursor: pointer;
    display: inline;
}

.smallImg li:first-child {
    margin-left: 0;
}

.smallImg img {
    width: 83px;
    height: 60px;
    border: 1px solid #ccc;
    margin: 0 5px;
}

.smallImg .on img {
    border: 1px solid #d5283c;
}

.pro1-slide .sPrev,
.pro1-slide .sNext {
    float: left;
    display: block;
    width: 15px;
    height: 60px;
    text-indent: -9999px;
    background: url(../images/left.png) no-repeat center center;
}

.pro1-slide .sNext {
    float: right;
    display: block;
    width: 15px;
    height: 60px;
    text-indent: -9999px;
    background: url(../images/right.png) no-repeat center center;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 1100px !important;
    width: 300px !important;
    height: 260px !important;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.prode_sec1 {
    margin-bottom: 70px;
}

.prode_sec2 .hd {
    margin-bottom: 50px;
}

.prode_sec2 .hd li {
    float: left;
    width: 25%;
    height: 85px;
    color: #666666;
    padding-top: 50px;
    font-size: 16px;
    border-right: 1px solid #fff;
    position: relative;
    transition: all .2s;
    cursor: pointer;
    text-align: center;
}

.prode_sec2 .hd li:nth-child(1) {
    background: #d8d8d8 url(../images/prode21.png) no-repeat center 14px;
}

.prode_sec2 .hd li:nth-child(2) {
    background: #d8d8d8 url(../images/prode31.png) no-repeat center 14px;
}

.prode_sec2 .hd li:nth-child(3) {
    background: #d8d8d8 url(../images/prode41.png) no-repeat center 14px;
}

.prode_sec2 .hd li:nth-child(4) {
    background: #d8d8d8 url(../images/prode51.png) no-repeat center 14px;
}

.prode_sec2 .hd li:nth-child(1).on {
    background: #cd2d1f url(../images/prode22.png) no-repeat center 14px;
}

.prode_sec2 .hd li:nth-child(2).on {
    background: #cd2d1f url(../images/prode32.png) no-repeat center 14px;
}

.prode_sec2 .hd li:nth-child(3).on {
    background: #cd2d1f url(../images/prode42.png) no-repeat center 14px;
}

.prode_sec2 .hd li:nth-child(4).on {
    background: #cd2d1f url(../images/prode52.png) no-repeat center 14px;
}

.prode_sec2 .hd li.on {
    color: #fff;
}

.prode_sec2 .hd li::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 16px;
    height: 7px;
    margin-left: -8px;
    background: url(../images/prode1.png) no-repeat center bottom;
    display: none;
}


/*.prode_sec2 .hd li.on{
	color:#fff;
	background:#3065d8;
}*/

.prode_section {
    padding: 40px 0 60px;
}

.prode_sec2 .hd li:hover,
.prode_sec2 .hd li.on::after {
    display: block;
}

.prode_sec2 .bd li {
    font-size: 15px;
    color: #555555;
    line-height: 30px;
}

.prode_sec2 .bd li h3 {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.prode2_sec1,
.prode2_sec2,
.prode2_sec3,
.prode2_sec4 {
    margin-bottom: 30px;
}

.prode22>span {
    display: inline-block;
    width: 49%;
}

.prode21_main,
.prode21_img {
    width: 48%;
}

.prode21_img img {
    display: block;
    width: 100%;
    height: auto;
}

.prode21 img {
    width: 100%;
}

.procase_main {
    margin: 30px 0;
    padding: 30px;
    background: #fff;
}

.pronews_main {
    padding: 30px;
    background: #fff;
}

.procase_main h3,
.pronews_main h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 18px;
    color: #333333;
}

.procase_m .owl-nav {
    display: none !important;
}

.procase_mm {
    text-align: center;
    margin-right: 30px;
}

.procase_img {
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.procase_img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.procase_txt {
    padding-top: 20px;
    font-size: 14px;
    color: #555555;
}

.procase_mm:hover .procase_img img {
    transform: scale(1.1);
}

.procase_mm:hover .procase_txt {
    color: #cc2d1f;
}

.procase_mm:hover .procase_img {
    border-color: #cc2d1f;
}

.pronews_m li {
    float: left;
    width: 46%;
    margin-right: 3.5%;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 12px;
    background: url(../images/prodenews.jpg) no-repeat left center;
    font-size: 14px;
    color: #555555;
}

.pronews_m li:nth-child(2n) {
    margin-right: 0;
}

.pronews_m li a {
    float: left;
    width: 70%;
    font-size: 14px;
    color: #555555;
}

.pronews_m li span {
    float: right;
    width: 30%;
    text-align: right;
}

.pronews_m li a:hover {
    color: #cd2d1f;
}


/**********************
 * *********
 * *****productsÃ¢â‚¬â€Ã¢â‚¬â€detailsÃ¨â€œÂÃ¨â€°Â²****
 * ********
 * *********************/

.prodeblue_section .pro_navtop {
    background: #3064d9;
}

.prodeblue_section .pro_navmain li.on a,
.prodeblue_section .pro_navmain li a:hover {
    background: #3064d9 url(../images/pro3.png) no-repeat 30px center;
}

.prodeblue_section .pro1_sec li:hover .case_m {
    color: #3064d9;
}

.prodeblue_section .pro_sec1 li:hover .case_m h5 {
    background: #3064d9;
    border-color: #3064d9;
}

.prodeblue_section .pro1_sec li:hover {
    border-color: #3064d9;
}

.prodeblue_section .pro11_main:hover .case_m h3 {
    color: #3064d9;
}

.prodeblue_section .pro11_main:hover .case_m h5 {
    background: #3064d9;
    border-color: #3064d9;
}

.prodeblue_section .pro1_sec1 .owl-dots .owl-dot.active {
    background: #3064d9;
}

.prodeblue_section .news24_sec a:hover {
    background: #3064d9;
}

.prodeblue_section .prode_sec2 .hd li:nth-child(1).on {
    background: #3064d9 url(../images/prode22.png) no-repeat center 14px;
}

.prodeblue_section .prode_sec2 .hd li:nth-child(2).on {
    background: #3064d9 url(../images/prode32.png) no-repeat center 14px;
}

.prodeblue_section .prode_sec2 .hd li:nth-child(3).on {
    background: #3064d9 url(../images/prode42.png) no-repeat center 14px;
}

.prodeblue_section .prode_sec2 .hd li:nth-child(4).on {
    background: #3064d9 url(../images/prode52.png) no-repeat center 14px;
}

.prodeblue_section .prode_sec2 .hd li::after {
    background: url(../images/prode11.png) no-repeat center bottom;
}

.prodeblue_section .smallImg .on img {
    border: 1px solid #3064d9;
}

.prodeblue_section .plat1_down a {
    background: url(../images/plat2.jpg) no-repeat center top;
    color: #3064d9;
}

.prodeblue_section .plat1_a a {
    background: #3064d9;
}

.prodeblue_section .procase_mm:hover .procase_txt {
    color: #3064d9;
}

.prodeblue_section .procase_mm:hover .procase_img {
    border-color: #3064d9;
}

.prodeblue_section .pronews_m li a:hover {
    color: #3064d9;
}

.leftgo,
.rightgo,
.top,
.in3_sec1,
.in3_sec2,
.in2_sec,
.in4_sec,
.in5_sec,
.in1_sec {
    opacity: 0;
}

.top.articleShow,
.in2_sec.articleShow,
.in4_sec.articleShow,
.in5_sec.articleShow,
.in1_sec.articleShow {
    -webkit-animation: fadeInUp1 .8s ease-in-out both;
    -moz-animation: fadeInUp1 .8s ease-in-out both;
    -ms-animation: fadeInUp1 .8s ease-in-out both;
    animation: fadeInUp1 .8s ease-in-out both;
    opacity: 1;
}

.leftgo.articleShow,
.in3_sec1.articleShow {
    -webkit-animation: fadeInleft .8s ease-in-out both;
    -moz-animation: fadeInleft .8s ease-in-out both;
    -ms-animation: fadeInleft .8s ease-in-out both;
    animation: fadeInleft .8s ease-in-out both;
    opacity: 1;
}

.rightgo.articleShow,
.in3_sec2.articleShow {
    -webkit-animation: fadeInright .8s ease-in-out both;
    -moz-animation: fadeInright .8s ease-in-out both;
    -ms-animation: fadeInright .8s ease-in-out both;
    animation: fadeInright .8s ease-in-out both;
    opacity: 1;
}

.in1_sec #owl-example2 {
    display: none;
}


/********************
 * ****
 * **Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ¦Â Â·Ã¥Â¼Â******
 * *******************/

@media only screen and (max-width:1500px) {
    .pc_nav li {
        margin-right: 20px;
    }
}

@media only screen and (max-width:1400px) {
    .logo span {
        font-size: 23px;
        margin-left: 12px;
    }
    .head_text {
        padding-right: 20px;
        margin-right: 20px;
    }
    .in3_sec1,
    .in3_sec2 {
        height: 550px;
    }
    .in31_sec {
        padding: 85px 8% 40px 16%;
    }
    div.zoomDiv {
        left: 800px !important;
    }
}

@media only screen and (max-width:1300px) {
    .w {
        width: 1200px;
    }
    .h_words,
    .head_text {
        display: none;
    }
    .in1_sec .slideBox .bd li {
        width: 280px !important;
    }
    .in11_main {
        padding: 20px 3%;
    }
    .in11_main h3 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width:1260px) {
    .w {
        width: 1100px;
    }
    footer {
        background: #2e2e2e;
    }
    .in1_sec .slideBox .bd li {
        width: 260px !important;
    }
}

@media only screen and (max-width:1180px) {
    .w {
        width: 1000px;
    }
    .in1_sec .slideBox .bd li {
        width: 230px !important;
    }
    .about3_sec {
        padding: 50px 5% 0;
    }
    div.zoomMask,
    div.zoomDiv {
        display: none !important;
    }
}

@media only screen and (max-width:1100px) {
    .w {
        width: 100%;
        padding: 0 3%;
    }
    .pc_header {
        display: none;
    }
    .phone_head {
        display: block;
    }
    .in_banner,
    .ny_banner {
        margin-top: 60px;
    }
    .f2_contact,
    .footer1 {
        display: none;
        padding-top: 0px;
    }
    .f2_txt {
        width: 100%;
    }
    footer {
        padding-top: 0px;
    }
    .in1_sec #owl-example2 {
        display: block;
    }
    .in1_sec .parHd,
    .in1_sec .parBd {
        display: none;
    }
    .in1_main {
        margin: 0 10px;
    }
    .in1_sec .owl-nav {
        display: none !important;
    }
    .in1_main:hover .in12_img img {
        transform: scale(1.1);
    }
    .plat_sec2 .hd li {
        width: 33.33%;
        line-height: 22px;
        padding: 20px 0;
        border-bottom: 1px solid #fff
    }
    .plat_sec2 .hd li::after {
        display: none;
    }
    .plat_sec2 .hd li.on::after {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .about12_sec {
        padding: 50px 10% 30px 6%;
    }
    .about12_tit h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .about12_tit {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .about12_main {
        line-height: 24px;
    }
    .about2_sec1,
    .about2_sec2 {
        height: 420px;
    }
    .about21_sec {
        padding: 60px 6% 30px 12%;
    }
    .about3_section {
        padding: 60px 0;
    }
    .about4_sec2 li h3 {
        font-size: 20px;
    }
    .about4_sec2 li {
        padding: 20px 2% 20px 12%;
    }
    .pro_sec2 {
        width: 100%;
        padding: 30px 3% 40px;
    }
    .pro_sec1 {
        display: none;
    }
}

@media only screen and (max-width:960px) {
    .in_banner .bd li {
        height: 320px;
    }
    .in4_sec::before,
    .in4_sec::after,
    .in3_section::before,
    .in2_sec::after {
        display: none;
    }
    .in2_sec li h3 {
        margin: 15px 0 20px;
        color: #333333;
        font-size: 20px;
    }
    .in2_img img {
        height: 80px;
        width: auto;
    }
    .in2_img {
        height: 100px;
        line-height: 100px;
    }
    .in3_sec1,
    .in3_sec2 {
        width: 100%;
        height: 550px;
    }
    .in4_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .in4_main {
        width: 100%;
    }
    .in4_sec {
        height: auto;
    }
    .in5_sec .owl-prev {
        right: -15px;
    }
    .in5_sec .owl-next {
        left: -15px;
    }
    .footer2 {
        height: auto;
        line-height: 20px;
        padding: 20px 0;
    }
    .ny_nav.right {
        display: none;
    }
    .case_m h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .ny_banner {
        height: 300px;
    }
    .contact_sec1 {
        padding: 30px 6%;
    }
    .contact_sec3 li input {
        width: 70%;
    }
    .news_sec1 {
        width: 100%;
        padding: 30px 3%;
    }
    .news_sec2 {
        display: none;
    }
    .newsde_sec1 {
        padding: 25px 30px 50px;
    }
    .plat1_main {
        width: 100%;
    }
    .plat1_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .prode1_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .smallImg img {
        width: 145px;
        height: 100px;
    }
    .smallImg {
        width: 92%;
    }
    .pro1-slide .sPrev,
    .pro1-slide .sNext,
    .smallImg ul {
        height: 110px;
    }
}

@media only screen and (max-width:560px) {
    .in_banner .bd li {
        height: 260px;
    }
    .in_banner .prev,
    .in_banner .next {
        width: 40px;
        height: 40px;
    }
    .in1_sec .in_title {
        margin: 20px 0;
    }
    .in_title h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .in_title h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .in2_sec li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        background: none;
    }
    .in2_img {
        height: 80px;
        line-height: 80px;
    }
    .in2_img img {
        height: 60px;
    }
    .in2_sec {
        padding-top: 30px;
    }
    .in31_sec .hd {
        position: static;
        margin-top: 30px;
    }
    .in4_sec .hd li,
    .in31_sec .hd li {
        width: 33%;
    }
    .in3_sec1 {
        height: auto;
    }
    .in3_sec2 {
        height: 300px;
    }
    .in31_sec {
        position: static;
        padding: 35px 5%;
    }
    .in4_sec .hd {
        padding-top: 20px;
    }
    .in5_m {
        font-size: 16px;
        padding: 20px 2px;
    }
    .case_sec li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 22px;
    }
    .case_sec {
        padding: 30px 3%;
    }
    .fenye a {
        padding: 0 2px;
        line-height: 23px;
    }
    .fenye {
        padding-top: 10px;
    }
    .ny_banner {
        height: 200px;
    }
    .cont1_main {
        width: 100%;
        padding-right: 0;
        background: none;
        margin-bottom: 30px;
    }
    .cont1_ma {
        width: 100%;
    }
    .cont1_main h3 {
        font-size: 20px;
    }
    .contact_sec2 {
        height: 240px;
    }
    .contact_sec3 {
        padding: 30px 3%;
    }
    .contact_sec3 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        line-height: 48px;
        padding: 0 2%;
        background: none !important;
    }
    .contact_sec3 li:nth-child(6) {
        width: 100%;
        margin-bottom: 0;
    }
    .contact_sec3 li:nth-child(6) input {
        width: 65%;
    }
    .contact_sec3 li:nth-child(6) label {
        width: 30%;
    }
    .contact_sec3 li textarea {
        width: 70%;
    }
    .contact_sec3 li.btn img {
        margin-right: 2%;
    }
    .newsde_sec1 {
        padding: 30px 3%;
    }
    .newsde1_fenye1 span,
    .newsde1_fenye3 span {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .newsde1_fenye1,
    .newsde1_fenye3 {
        width: 35%;
        margin: 0;
    }
    .newsde1_fenye2 {
        width: 20%;
        margin: 0 5%;
    }
    .newsde2_sec li {
        width: 100%;
        margin-right: 0;
    }
    .top_main .add.left {
        width: 100%;
        overflow: hidden;
    }
    .add_main {
        width: 80%;
        overflow: hidden;
    }
    .newsde1_title h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .newsde1_share {
        width: 100%;
        margin-top: 20px;
    }
    .newsde_sec {
        padding: 0;
    }
    .about2_sec2,
    .about1_sec1 {
        width: 100%;
        height: 300px;
    }
    .about2_sec1,
    .about1_sec2 {
        width: 100%;
        height: auto;
    }
    .about1_sec2 {
        margin-bottom: 30px;
    }
    .about21_sec,
    .about12_sec {
        position: static;
        padding: 30px 3%;
    }
    .about3_m::after,
    .about3_main::after,
    .about4_section::after,
    .about2_section::after {
        display: none;
    }
    .about2_tit h3 {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about3_sec {
        padding: 30px 12% 0;
    }
    .about3_main {
        background: none;
    }
    .about3_mm {
        writing-mode: horizontal-tb;
    }
    .about3_sec .owl-prev,
    .about3_sec .owl-next {
        width: 40px;
        height: 40px;
        top: 5%;
    }
    .about3_m h3 {
        margin-bottom: 20px;
    }
    .about4_sec2 li {
        width: 100%;
        margin: 0 0 20px;
    }
    .about4_sec2 li {
        padding: 20px 2% 20px 20%;
    }
    .about4_sec2 li:nth-child(1) {
        background: rgba(255, 255, 255, 0.2) url(../images/ab41.png) no-repeat 4% 24px;
    }
    .about4_sec2 li:nth-child(2) {
        background: rgba(255, 255, 255, 0.2) url(../images/ab42.png) no-repeat 4% 24px;
    }
    .plat1_tit h3 {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .plat1_down.right {
        float: left;
        margin-top: 20px;
    }
    .plat1_a a {
        width: 80%;
        line-height: 50px;
    }
    .plat_sec2 .hd li {
        width: 100%;
        padding: 6px 0;
        font-size: 13px;
    }
    .plat_sec1 {
        margin-bottom: 25px;
    }
    .smallImg {
        width: 88%;
        margin: 0;
    }
    .bigImg li {
        height: auto;
    }
    .bigImg li img {
        width: 99%;
        height: auto;
    }
    .plat1_tit {
        width: 100%;
    }
    .smallImg img {
        width: 70px;
        height: 40px;
    }
    .pro1-slide .sPrev,
    .pro1-slide .sNext,
    .smallImg ul {
        height: 40px;
    }
    .smallScroll {
        height: 45px;
        margin-top: 10px;
    }
    .prode_sec2 .hd li {
        font-size: 14px;
    }
    .pronews_m li a,
    .pronews_m li,
    .prode22>span,
    .prode21_main,
    .prode21_img {
        width: 100%;
    }
    .pronews_m li span {
        display: none;
    }
    .procase_mm {
        margin-right: 0px;
    }
    .pro1_sec li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .about5_section,
    .about4_section,
    .about3_section,
    .in5_section,
    .in2_section {
        padding: 40px 0;
    }
}

@media only screen and (max-width:380px) {
    .in_banner .bd li {
        height: 240px;
    }
    .in3_sec2 {
        height: 280px;
    }
    .smallImg img {
        width: 63px;
    }
}

@media only screen and (max-width:320px) {
    .in_banner .bd li {
        height: 200px;
    }
    .in3_sec2 {
        height: 260px;
    }
    .smallImg img {
        width: 50px;
        height: 30px;
    }
    .pro1-slide .sPrev,
    .pro1-slide .sNext,
    .smallImg ul {
        height: 30px;
    }
    .smallScroll {
        height: 45px;
        margin-top: 10px;
    }
}


/*Ã¦ÂµÂ®Ã¥Å Â¨QQ*/

body {
    overflow-x: hidden;
}

.float_qq {
    position: absolute;
    top: 150px;
    right: 0;
    width: 50px;
    height: 203px;
    z-index: 6666;
}

.float_qq li {
    width: auto;
    height: 50px;
    z-index: 20;
}

.float_qq li.float_qq1,
.float_qq li.float_qq4 {
    position: absolute;
    left: 0;
    width: 172px;
}

.float_qq li.float_qq1 {
    top: 100px;
}

.float_qq li.float_qq5 {
    position: absolute;
    top: 51px;
    left: 0;
    width: 172px;
}

.float_qq li.float_qq2 {
    position: absolute;
    top: 51px;
    left: 0;
    width: 126px;
}

.float_qq li.float_qq3 {
    position: absolute;
    top: 102px;
    left: 0;
    width: 126px;
}

.float_qq li.float_qq4 {
    position: absolute;
    top: 153px;
    left: 0;
    width: 172px;
}

.float_qq4 {
    position: absolute;
    top: 103px;
    left: 0;
}

.float_qq li a {
    display: block;
    font-family: "Microsoft Yahei";
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #3065d8;
    opacity: 0.8;
    border-radius: 6px;
}

.float_qq li a img {
    display: block;
    float: left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px;
}

.float_qq li a:hover {
    background-color: #0074c5;
    opacity: 1;
}

.float_shwx {
    position: absolute;
    top: -226px;
    left: -216px;
    width: 216px;
    height: 216px;
    padding-bottom: 9px;
    display: none;
}

.float_shwx img {
    display: block;
    padding: 14px;
    background-color: #FFF;
    width: 188px;
    height: 188px;
}

.page {
    text-align: center;
    line-height: 24px;
    padding: 0 0 20px 20px;
}

.page a {
    padding: 0 3px;
    color: #999;
}

.page span {
    padding: 0 3px;
    color: #f90;
    font-weight: 900;
}


/*20181129*/

.ptys {
    width: 100%;
}

.ptys li {
    width: 32%;
    float: left;
    margin-right: 2%;
    border-radius: 8px;
    padding: 15px 20px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    height: 222px;
    margin-bottom: 18px;
}

.ptys li:nth-child(3n) {
    margin-right: 0;
}

.ptys li h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.bgblue {
    background: #a4c2e5;
}

.bgyellow {
    background: #ffd688;
}

.bgpink {
    background: #f5b297;
}

.bggreen {
    background: #abcf9b;
}

.jcfw {
    width: 100%;
}

.jcfw li {
    width: 32%;
    float: left;
    margin-right: 2%;
    border-radius: 8px;
    padding: 30px 20px;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    height: 440px;
    margin-bottom: 18px;
    overflow: hidden;
}

.jcfw li:nth-child(3n) {
    margin-right: 0;
}

.jcfw li h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 27px;
}

.bred {
    border: 1px solid #ff0000;
}

.byellow {
    border: 1px solid #ffe13d;
}

.bpink {
    border: 1px solid #ec66c6;
}

.bgren {
    border: 1px solid #9ce234;
}

.bblue {
    border: 1px solid #2b577c;
}

.comenlist {
    width: 100%;
}

.comenlist li {
    width: 33.333%;
    text-align: center;
    margin-right: 0;
    float: left;
    padding: 0;
    overflow: hidden;
    height: auto;
}

.comenlist li:nth-child(3n) {
    margin-right: 0;
    ;
}

.comenlist li img {
    margin-bottom: 12px;
}

.nav {
    font-size: 16px;
    padding-top: 10px;
}

.nav span {
    display: block;
}


/*å“åº”å¼æ ·å¼*/

@media only screen and (max-width:1260px) {
    .ptys li {
        height: 260px;
    }
}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:960px) {}

@media only screen and (max-width:780px) {
    .ptys li {
        height: 330px;
    }
    .jcfw li {
        width: 100%;
        padding: 15px;
        height: auto !important;
    }
    .comenlist li {
        width: 33.333%;
        padding: 0;
    }
}

@media only screen and (max-width:760px) {
    .ptys li {
        height: 260px;
        width: 100%;
    }
    .jcfw li {
        width: 100%;
        padding: 15px;
        height: auto !important;
    }
    .comenlist li {
        width: 33.333%;
        padding: 0;
    }
}

.topshare.bdshare-button-style0-16 .bds_more {
    float: none !important;
    display: block !important;
    height: 86px !important;
    line-height: 86px !important;
    padding: 0px !important;
    width: 17px !important;
    background: url(../images/bds_more.png) no-repeat center center !important;
    margin: 0px !important;
}